﻿2026-06-17T00:52:32.1169237Z Current runner version: '2.335.1'
2026-06-17T00:52:32.1173850Z Runner name: 'kitsubito'
2026-06-17T00:52:32.1174366Z Runner group name: 'Default'
2026-06-17T00:52:32.1174995Z Machine name: 'KITSUBITO'
2026-06-17T00:52:32.1176889Z ##[group]GITHUB_TOKEN Permissions
2026-06-17T00:52:32.1178645Z Contents: read
2026-06-17T00:52:32.1179121Z Metadata: read
2026-06-17T00:52:32.1179497Z Packages: read
2026-06-17T00:52:32.1179860Z ##[endgroup]
2026-06-17T00:52:32.1181449Z Secret source: Actions
2026-06-17T00:52:32.1181959Z Prepare workflow directory
2026-06-17T00:52:32.1532900Z Prepare all required actions
2026-06-17T00:52:32.1560970Z Getting action download info
2026-06-17T00:52:32.4837480Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-17T00:52:32.9673937Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-17T00:52:33.0495070Z ##[group]Run actions/checkout@v5
2026-06-17T00:52:33.0495799Z with:
2026-06-17T00:52:33.0496140Z   fetch-depth: 0
2026-06-17T00:52:33.0496560Z   repository: SaberMage/spt-core
2026-06-17T00:52:33.0500099Z   token: ***
2026-06-17T00:52:33.0500442Z   ssh-strict: true
2026-06-17T00:52:33.0500781Z   ssh-user: git
2026-06-17T00:52:33.0501137Z   persist-credentials: true
2026-06-17T00:52:33.0501521Z   clean: true
2026-06-17T00:52:33.0501889Z   sparse-checkout-cone-mode: true
2026-06-17T00:52:33.0502304Z   fetch-tags: false
2026-06-17T00:52:33.0502666Z   show-progress: true
2026-06-17T00:52:33.0503024Z   lfs: false
2026-06-17T00:52:33.0503363Z   submodules: false
2026-06-17T00:52:33.0503734Z   set-safe-directory: true
2026-06-17T00:52:33.0504315Z ##[endgroup]
2026-06-17T00:52:33.1303248Z Syncing repository: SaberMage/spt-core
2026-06-17T00:52:33.1304808Z ##[group]Getting Git version info
2026-06-17T00:52:33.1305504Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-17T00:52:33.1306472Z [command]/usr/bin/git version
2026-06-17T00:52:33.1306899Z git version 2.43.0
2026-06-17T00:52:33.1312695Z ##[endgroup]
2026-06-17T00:52:33.1323366Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/136c7603-fc5c-4a55-b585-8e33958b61aa' before making global git config changes
2026-06-17T00:52:33.1324481Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T00:52:33.1326361Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T00:52:33.1355890Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-17T00:52:33.1372765Z https://github.com/SaberMage/spt-core
2026-06-17T00:52:33.1383946Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T00:52:33.1386374Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T00:52:33.1407623Z HEAD
2026-06-17T00:52:33.1439833Z ##[endgroup]
2026-06-17T00:52:33.1440652Z [command]/usr/bin/git submodule status
2026-06-17T00:52:33.1622450Z ##[group]Cleaning the repository
2026-06-17T00:52:33.1624763Z [command]/usr/bin/git clean -ffdx
2026-06-17T00:52:33.8942086Z Removing target/
2026-06-17T00:52:33.8950949Z [command]/usr/bin/git reset --hard HEAD
2026-06-17T00:52:33.9003780Z HEAD is now at c717067 Merge 3a5364f351d6cb9cb3134859f4971e7496c506cc into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:52:33.9008371Z ##[endgroup]
2026-06-17T00:52:33.9010876Z ##[group]Disabling automatic garbage collection
2026-06-17T00:52:33.9014591Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T00:52:33.9043671Z ##[endgroup]
2026-06-17T00:52:33.9044678Z ##[group]Setting up auth
2026-06-17T00:52:33.9048589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T00:52:33.9076302Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T00:52:33.9271133Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T00:52:33.9296534Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T00:52:33.9479432Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T00:52:33.9505117Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T00:52:33.9690579Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T00:52:33.9753830Z ##[endgroup]
2026-06-17T00:52:33.9754983Z ##[group]Fetching the repository
2026-06-17T00:52:33.9762314Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f290d49b7e8d0e524c53e87cc19f2246cef09e82:refs/remotes/pull/18/merge
2026-06-17T00:52:34.7943708Z From https://github.com/SaberMage/spt-core
2026-06-17T00:52:34.7944377Z    3a5364f..0aad7b9  v0.8.2-templating-residency              -> origin/v0.8.2-templating-residency
2026-06-17T00:52:34.7945416Z  + c717067...f290d49 f290d49b7e8d0e524c53e87cc19f2246cef09e82 -> pull/18/merge  (forced update)
2026-06-17T00:52:34.7974478Z ##[endgroup]
2026-06-17T00:52:34.7975302Z ##[group]Determining the checkout info
2026-06-17T00:52:34.7975923Z ##[endgroup]
2026-06-17T00:52:34.7979753Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T00:52:34.8026377Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T00:52:34.8053570Z ##[group]Checking out the ref
2026-06-17T00:52:34.8056544Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/18/merge
2026-06-17T00:52:34.8130265Z Warning: you are leaving 1 commit behind, not connected to
2026-06-17T00:52:34.8130756Z any of your branches:
2026-06-17T00:52:34.8130990Z 
2026-06-17T00:52:34.8131359Z   c717067 Merge 3a5364f351d6cb9cb3134859f4971e7496c506cc into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:52:34.8131830Z 
2026-06-17T00:52:34.8132116Z If you want to keep it by creating a new branch, this may be a good time
2026-06-17T00:52:34.8132551Z to do so with:
2026-06-17T00:52:34.8132717Z 
2026-06-17T00:52:34.8132875Z  git branch <new-branch-name> c717067
2026-06-17T00:52:34.8133093Z 
2026-06-17T00:52:34.8133656Z HEAD is now at f290d49 Merge 0aad7b946b1c291e9dae8dc768c78498287b5f94 into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:52:34.8139963Z ##[endgroup]
2026-06-17T00:52:34.8174253Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T00:52:34.8199231Z f290d49b7e8d0e524c53e87cc19f2246cef09e82
2026-06-17T00:52:34.8383851Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-17T00:52:34.8384377Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-17T00:52:34.8399817Z shell: /usr/bin/bash -e {0}
2026-06-17T00:52:34.8400094Z ##[endgroup]
2026-06-17T00:52:34.8539728Z ##[group]Run set -euo pipefail
2026-06-17T00:52:34.8540113Z [36;1mset -euo pipefail[0m
2026-06-17T00:52:34.8540356Z [36;1mPIN=0c95435[0m
2026-06-17T00:52:34.8540610Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-17T00:52:34.8540895Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-17T00:52:34.8541271Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-17T00:52:34.8541728Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-17T00:52:34.8542192Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-17T00:52:34.8542563Z [36;1m  rm -rf "$CACHE"[0m
2026-06-17T00:52:34.8542827Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-17T00:52:34.8543139Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-17T00:52:34.8543495Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-17T00:52:34.8543900Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-17T00:52:34.8544368Z [36;1mfi[0m
2026-06-17T00:52:34.8544677Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T00:52:34.8558788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-17T00:52:34.8559189Z env:
2026-06-17T00:52:34.8559427Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T00:52:34.8559684Z ##[endgroup]
2026-06-17T00:52:35.1475503Z    Compiling proc-macro2 v1.0.106
2026-06-17T00:52:35.1476676Z    Compiling unicode-ident v1.0.24
2026-06-17T00:52:35.1476971Z    Compiling quote v1.0.45
2026-06-17T00:52:35.1477272Z    Compiling libc v0.2.186
2026-06-17T00:52:35.1477534Z    Compiling serde_core v1.0.228
2026-06-17T00:52:35.1477805Z    Compiling cfg-if v1.0.4
2026-06-17T00:52:35.1478063Z    Compiling serde v1.0.228
2026-06-17T00:52:35.1518030Z    Compiling log v0.4.32
2026-06-17T00:52:35.1622172Z    Compiling pin-project-lite v0.2.17
2026-06-17T00:52:35.1661195Z    Compiling typenum v1.20.1
2026-06-17T00:52:35.1708131Z    Compiling portable-atomic v1.13.1
2026-06-17T00:52:35.1764614Z    Compiling version_check v0.9.5
2026-06-17T00:52:35.1848622Z    Compiling memchr v2.8.1
2026-06-17T00:52:35.1853668Z    Compiling shlex v2.0.1
2026-06-17T00:52:35.1904839Z    Compiling find-msvc-tools v0.1.9
2026-06-17T00:52:35.1961160Z    Compiling critical-section v1.2.0
2026-06-17T00:52:35.2301296Z    Compiling bytes v1.11.1
2026-06-17T00:52:35.2371589Z    Compiling futures-core v0.3.32
2026-06-17T00:52:35.2890900Z    Compiling subtle v2.6.1
2026-06-17T00:52:35.4078619Z    Compiling equivalent v1.0.2
2026-06-17T00:52:35.4085439Z    Compiling smallvec v1.15.1
2026-06-17T00:52:35.4240050Z    Compiling itoa v1.0.18
2026-06-17T00:52:35.4560256Z    Compiling semver v1.0.28
2026-06-17T00:52:35.4713170Z    Compiling stable_deref_trait v1.2.1
2026-06-17T00:52:35.4840882Z    Compiling futures-io v0.3.32
2026-06-17T00:52:35.4969683Z    Compiling slab v0.4.12
2026-06-17T00:52:35.5105267Z    Compiling futures-sink v0.3.32
2026-06-17T00:52:35.5630826Z    Compiling futures-task v0.3.32
2026-06-17T00:52:35.6061250Z    Compiling futures-channel v0.3.32
2026-06-17T00:52:35.6511730Z    Compiling generic-array v0.14.7
2026-06-17T00:52:35.6657498Z    Compiling hashbrown v0.17.1
2026-06-17T00:52:35.6690929Z    Compiling rustversion v1.0.22
2026-06-17T00:52:35.7020782Z    Compiling bitflags v2.12.1
2026-06-17T00:52:35.7120630Z    Compiling cpufeatures v0.2.17
2026-06-17T00:52:35.7830750Z    Compiling rustc_version v0.4.1
2026-06-17T00:52:35.7831987Z    Compiling fnv v1.0.7
2026-06-17T00:52:35.8080978Z    Compiling cfg_aliases v0.2.1
2026-06-17T00:52:35.8660513Z    Compiling rand_core v0.10.1
2026-06-17T00:52:35.8700664Z    Compiling strsim v0.11.1
2026-06-17T00:52:35.8771125Z    Compiling litemap v0.8.2
2026-06-17T00:52:35.8794533Z    Compiling writeable v0.6.3
2026-06-17T00:52:35.9021150Z    Compiling utf8_iter v1.0.4
2026-06-17T00:52:36.0280902Z    Compiling icu_properties_data v2.2.0
2026-06-17T00:52:36.0665141Z    Compiling dunce v1.0.5
2026-06-17T00:52:36.0923222Z    Compiling ident_case v1.0.1
2026-06-17T00:52:36.1210678Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T00:52:36.1480700Z    Compiling fs_extra v1.3.0
2026-06-17T00:52:36.1841031Z    Compiling getrandom v0.4.2
2026-06-17T00:52:36.2163979Z    Compiling autocfg v1.5.1
2026-06-17T00:52:36.3268927Z    Compiling percent-encoding v2.3.2
2026-06-17T00:52:36.4046414Z    Compiling http v1.4.1
2026-06-17T00:52:36.4214479Z    Compiling thiserror v2.0.18
2026-06-17T00:52:36.4390768Z    Compiling cpufeatures v0.3.0
2026-06-17T00:52:36.4676446Z    Compiling syn v2.0.117
2026-06-17T00:52:36.4950885Z    Compiling indexmap v2.14.0
2026-06-17T00:52:36.5050370Z    Compiling unicode-segmentation v1.13.3
2026-06-17T00:52:36.5211086Z    Compiling aws-lc-rs v1.17.0
2026-06-17T00:52:36.5370908Z    Compiling scopeguard v1.2.0
2026-06-17T00:52:36.5441081Z    Compiling form_urlencoded v1.2.2
2026-06-17T00:52:36.5566474Z    Compiling chacha20 v0.10.0
2026-06-17T00:52:36.5751176Z    Compiling untrusted v0.9.0
2026-06-17T00:52:36.6370340Z    Compiling lock_api v0.4.14
2026-06-17T00:52:36.6758399Z    Compiling rustls v0.23.40
2026-06-17T00:52:36.7130857Z    Compiling heck v0.5.0
2026-06-17T00:52:36.7560626Z    Compiling anyhow v1.0.102
2026-06-17T00:52:36.8220706Z    Compiling unicode-xid v0.2.6
2026-06-17T00:52:36.8765006Z    Compiling const-oid v0.10.2
2026-06-17T00:52:36.8850886Z    Compiling atomic-waker v1.1.2
2026-06-17T00:52:36.9037986Z    Compiling httparse v1.10.1
2026-06-17T00:52:36.9058288Z    Compiling jobserver v0.1.34
2026-06-17T00:52:36.9261041Z    Compiling parking_lot_core v0.9.12
2026-06-17T00:52:36.9430952Z    Compiling zerocopy v0.8.50
2026-06-17T00:52:36.9890600Z    Compiling convert_case v0.10.0
2026-06-17T00:52:37.0590446Z    Compiling paste v1.0.15
2026-06-17T00:52:37.0710577Z    Compiling num-traits v0.2.19
2026-06-17T00:52:37.0991184Z    Compiling hybrid-array v0.4.12
2026-06-17T00:52:37.1151272Z    Compiling curve25519-dalek v4.1.3
2026-06-17T00:52:37.2079508Z    Compiling cc v1.2.63
2026-06-17T00:52:37.2550912Z    Compiling crypto-common v0.1.7
2026-06-17T00:52:37.2700897Z    Compiling block-buffer v0.10.4
2026-06-17T00:52:37.3121551Z    Compiling ahash v0.8.12
2026-06-17T00:52:37.3411791Z    Compiling powerfmt v0.2.0
2026-06-17T00:52:37.3660469Z    Compiling digest v0.10.7
2026-06-17T00:52:37.3800580Z    Compiling fastrand v2.4.1
2026-06-17T00:52:37.3810294Z    Compiling base64ct v1.8.3
2026-06-17T00:52:37.3950743Z    Compiling either v1.16.0
2026-06-17T00:52:37.4990323Z    Compiling deranged v0.5.8
2026-06-17T00:52:37.5760580Z    Compiling mio v1.2.1
2026-06-17T00:52:37.6070625Z    Compiling socket2 v0.6.4
2026-06-17T00:52:37.6320472Z    Compiling getrandom v0.2.17
2026-06-17T00:52:37.6740820Z    Compiling http-body v1.0.1
2026-06-17T00:52:37.8000715Z    Compiling rand v0.10.1
2026-06-17T00:52:37.8409327Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T00:52:37.8479476Z    Compiling rand_core v0.6.4
2026-06-17T00:52:37.8920943Z    Compiling tinyvec_macros v0.1.1
2026-06-17T00:52:37.9560860Z    Compiling try-lock v0.2.5
2026-06-17T00:52:38.0050539Z    Compiling tower-service v0.3.3
2026-06-17T00:52:38.0190533Z    Compiling zmij v1.0.21
2026-06-17T00:52:38.0401869Z    Compiling vcpkg v0.2.15
2026-06-17T00:52:38.0472292Z    Compiling data-encoding v2.11.0
2026-06-17T00:52:38.0591060Z    Compiling num-conv v0.2.2
2026-06-17T00:52:38.0791065Z    Compiling base64 v0.22.1
2026-06-17T00:52:38.2410482Z    Compiling time-core v0.1.8
2026-06-17T00:52:38.3070582Z    Compiling pkg-config v0.3.33
2026-06-17T00:52:38.3160403Z    Compiling want v0.3.1
2026-06-17T00:52:38.3700633Z    Compiling parking_lot v0.12.5
2026-06-17T00:52:38.4190743Z    Compiling cmake v0.1.58
2026-06-17T00:52:38.4530278Z    Compiling tinyvec v1.11.0
2026-06-17T00:52:38.4640414Z    Compiling crypto-common v0.2.2
2026-06-17T00:52:38.4950219Z    Compiling block-buffer v0.12.0
2026-06-17T00:52:38.5017441Z    Compiling sha2 v0.10.9
2026-06-17T00:52:38.6940724Z    Compiling inout v0.1.4
2026-06-17T00:52:38.7511911Z    Compiling vergen-lib v9.1.0
2026-06-17T00:52:38.8350870Z    Compiling n0-future v0.3.2
2026-06-17T00:52:38.8410792Z    Compiling signature v2.2.0
2026-06-17T00:52:38.8540676Z    Compiling parking v2.2.1
2026-06-17T00:52:38.8702205Z    Compiling httpdate v1.0.3
2026-06-17T00:52:38.9186764Z    Compiling cordyceps v0.3.4
2026-06-17T00:52:38.9272258Z    Compiling winnow v1.0.3
2026-06-17T00:52:38.9290460Z    Compiling spin v0.10.0
2026-06-17T00:52:38.9656405Z    Compiling serde_json v1.0.150
2026-06-17T00:52:38.9770378Z    Compiling diatomic-waker v0.2.3
2026-06-17T00:52:38.9913014Z    Compiling crossbeam-utils v0.8.21
2026-06-17T00:52:39.0260824Z    Compiling ed25519 v2.2.3
2026-06-17T00:52:39.0380782Z    Compiling futures-lite v2.6.1
2026-06-17T00:52:39.1330584Z    Compiling cipher v0.4.4
2026-06-17T00:52:39.1670936Z    Compiling netlink-packet-core v0.8.1
2026-06-17T00:52:39.1710886Z    Compiling universal-hash v0.5.1
2026-06-17T00:52:39.1927110Z    Compiling futures-buffered v0.2.13
2026-06-17T00:52:39.2170801Z    Compiling vergen v9.1.0
2026-06-17T00:52:39.2221074Z    Compiling vergen-lib v0.1.6
2026-06-17T00:52:39.2920796Z    Compiling heapless v0.7.17
2026-06-17T00:52:39.3560921Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T00:52:39.3950457Z    Compiling noq-udp v0.10.0
2026-06-17T00:52:39.4075720Z    Compiling sync_wrapper v1.0.2
2026-06-17T00:52:39.4087190Z    Compiling allocator-api2 v0.2.21
2026-06-17T00:52:39.4087533Z    Compiling byteorder v1.5.0
2026-06-17T00:52:39.4224105Z    Compiling opaque-debug v0.3.1
2026-06-17T00:52:39.4316592Z    Compiling aws-lc-sys v0.41.0
2026-06-17T00:52:39.5004702Z    Compiling ring v0.17.14
2026-06-17T00:52:39.5071051Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T00:52:39.5301268Z    Compiling digest v0.11.3
2026-06-17T00:52:39.5340800Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T00:52:39.6150768Z    Compiling hash32 v0.2.1
2026-06-17T00:52:39.6220771Z    Compiling polyval v0.6.2
2026-06-17T00:52:39.7259496Z    Compiling vergen-gitcl v1.0.8
2026-06-17T00:52:39.7811338Z    Compiling spin v0.9.8
2026-06-17T00:52:39.8046061Z    Compiling fallible-iterator v0.3.0
2026-06-17T00:52:39.8655390Z    Compiling ryu v1.0.23
2026-06-17T00:52:39.8969729Z    Compiling tower-layer v0.3.3
2026-06-17T00:52:39.9154221Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T00:52:39.9343751Z    Compiling num_threads v0.1.7
2026-06-17T00:52:40.0621252Z    Compiling signature v3.0.0
2026-06-17T00:52:40.0720852Z    Compiling time v0.3.47
2026-06-17T00:52:40.0788777Z    Compiling ghash v0.5.1
2026-06-17T00:52:40.0990651Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T00:52:40.1180610Z    Compiling aes v0.8.4
2026-06-17T00:52:40.1838809Z    Compiling ctr v0.9.2
2026-06-17T00:52:40.2030805Z    Compiling http-body-util v0.1.3
2026-06-17T00:52:40.2130244Z    Compiling fs2 v0.4.3
2026-06-17T00:52:40.2360774Z    Compiling aead v0.5.2
2026-06-17T00:52:40.3599636Z    Compiling openssl-probe v0.2.1
2026-06-17T00:52:40.3900713Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T00:52:40.4050697Z    Compiling crossbeam-channel v0.5.15
2026-06-17T00:52:40.4770706Z    Compiling netlink-packet-route v0.29.0
2026-06-17T00:52:40.5010556Z    Compiling blake3 v1.8.5
2026-06-17T00:52:40.6070412Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T00:52:40.7355943Z    Compiling aes-gcm v0.10.3
2026-06-17T00:52:40.8090697Z    Compiling uuid v1.23.2
2026-06-17T00:52:40.8693426Z    Compiling memoffset v0.6.5
2026-06-17T00:52:40.8820869Z    Compiling acto v0.8.2
2026-06-17T00:52:40.8930497Z    Compiling noq v0.18.0
2026-06-17T00:52:40.9611052Z    Compiling netwatch v0.16.0
2026-06-17T00:52:41.0376520Z    Compiling ref-cast v1.0.25
2026-06-17T00:52:41.0850794Z    Compiling mac-addr v0.3.0
2026-06-17T00:52:41.1365839Z    Compiling xml-rs v0.8.28
2026-06-17T00:52:41.1600511Z    Compiling rustc-hash v2.1.2
2026-06-17T00:52:41.2452780Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T00:52:41.2798832Z    Compiling identity-hash v0.1.0
2026-06-17T00:52:41.2941284Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T00:52:41.3580963Z    Compiling lru-slab v0.1.2
2026-06-17T00:52:41.3820836Z    Compiling tagptr v0.2.0
2026-06-17T00:52:41.4090798Z    Compiling rustix v1.1.4
2026-06-17T00:52:41.4439779Z    Compiling thiserror v1.0.69
2026-06-17T00:52:41.4600982Z    Compiling foldhash v0.2.0
2026-06-17T00:52:41.6215791Z    Compiling hashbrown v0.16.1
2026-06-17T00:52:41.6321097Z    Compiling netlink-packet-route v0.30.0
2026-06-17T00:52:41.6757368Z    Compiling termios v0.2.2
2026-06-17T00:52:41.8241611Z    Compiling synstructure v0.13.2
2026-06-17T00:52:41.8350860Z    Compiling darling_core v0.20.11
2026-06-17T00:52:41.8430419Z    Compiling serde_derive_internals v0.29.1
2026-06-17T00:52:42.1514795Z    Compiling proc-macro-crate v3.5.0
2026-06-17T00:52:42.4330076Z    Compiling xmltree v0.10.3
2026-06-17T00:52:42.4430516Z    Compiling ioctl-rs v0.1.6
2026-06-17T00:52:42.4547917Z    Compiling errno v0.3.14
2026-06-17T00:52:42.4549728Z    Compiling serial-core v0.4.0
2026-06-17T00:52:42.5690583Z    Compiling aho-corasick v1.1.4
2026-06-17T00:52:42.5980852Z    Compiling simple-dns v0.9.3
2026-06-17T00:52:42.6249339Z    Compiling simdutf8 v0.1.5
2026-06-17T00:52:42.6252341Z    Compiling resolv-conf v0.7.6
2026-06-17T00:52:42.6342139Z    Compiling constant_time_eq v0.4.2
2026-06-17T00:52:42.6567542Z    Compiling winnow v0.7.15
2026-06-17T00:52:42.7840840Z    Compiling toml_write v0.1.2
2026-06-17T00:52:42.8056532Z    Compiling signal-hook v0.3.18
2026-06-17T00:52:42.9300944Z    Compiling linux-raw-sys v0.12.1
2026-06-17T00:52:42.9580575Z    Compiling arrayref v0.3.9
2026-06-17T00:52:42.9738778Z    Compiling sha1_smol v1.0.1
2026-06-17T00:52:42.9828116Z    Compiling arrayvec v0.7.6
2026-06-17T00:52:43.0184155Z    Compiling smol_str v0.1.24
2026-06-17T00:52:43.0341660Z    Compiling regex-syntax v0.8.10
2026-06-17T00:52:43.1850587Z    Compiling serial-unix v0.4.0
2026-06-17T00:52:43.1933747Z    Compiling signal-hook-registry v1.4.8
2026-06-17T00:52:43.2291238Z    Compiling lru v0.16.4
2026-06-17T00:52:43.3910954Z    Compiling darling_core v0.23.0
2026-06-17T00:52:43.4601412Z    Compiling serde_bytes v0.11.19
2026-06-17T00:52:43.5420856Z    Compiling seize v0.5.1
2026-06-17T00:52:43.7301100Z    Compiling hmac v0.12.1
2026-06-17T00:52:43.8190682Z    Compiling serde_derive v1.0.228
2026-06-17T00:52:43.8440551Z    Compiling zeroize_derive v1.4.3
2026-06-17T00:52:43.9830486Z    Compiling tokio-macros v2.7.0
2026-06-17T00:52:44.0298745Z    Compiling zerofrom-derive v0.1.7
2026-06-17T00:52:44.4861955Z    Compiling futures-macro v0.3.32
2026-06-17T00:52:44.5131279Z    Compiling zeroize v1.8.2
2026-06-17T00:52:44.6851618Z    Compiling tokio v1.52.3
2026-06-17T00:52:44.7490757Z    Compiling yoke-derive v0.8.2
2026-06-17T00:52:45.0825011Z    Compiling zerovec-derive v0.11.3
2026-06-17T00:52:45.0970993Z    Compiling displaydoc v0.2.6
2026-06-17T00:52:45.3470783Z    Compiling tracing-attributes v0.1.31
2026-06-17T00:52:45.4190819Z    Compiling futures-util v0.3.32
2026-06-17T00:52:45.5710726Z    Compiling zerofrom v0.1.8
2026-06-17T00:52:45.6921511Z    Compiling rustls-pki-types v1.14.1
2026-06-17T00:52:45.9580811Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T00:52:46.2049466Z    Compiling yoke v0.8.3
2026-06-17T00:52:46.2453441Z    Compiling thiserror-impl v2.0.18
2026-06-17T00:52:46.4470546Z    Compiling zerotrie v0.2.4
2026-06-17T00:52:46.6262938Z    Compiling zerovec v0.11.6
2026-06-17T00:52:46.6780853Z    Compiling darling_macro v0.20.11
2026-06-17T00:52:46.8461069Z    Compiling derive_more-impl v2.1.1
2026-06-17T00:52:46.9500584Z    Compiling n0-error-macros v0.1.3
2026-06-17T00:52:47.0143226Z    Compiling spez v0.1.2
2026-06-17T00:52:47.0710326Z    Compiling darling v0.20.11
2026-06-17T00:52:47.1440462Z    Compiling derive_builder_core v0.20.2
2026-06-17T00:52:47.3690782Z    Compiling tinystr v0.8.3
2026-06-17T00:52:47.4945271Z    Compiling potential_utf v0.1.5
2026-06-17T00:52:47.5480555Z    Compiling der v0.8.0-rc.10
2026-06-17T00:52:47.6540057Z    Compiling icu_locale_core v2.2.0
2026-06-17T00:52:47.6798120Z    Compiling icu_collections v2.2.0
2026-06-17T00:52:48.1419278Z    Compiling pin-project-internal v1.1.13
2026-06-17T00:52:48.2090873Z    Compiling n0-error v0.1.3
2026-06-17T00:52:48.4686467Z    Compiling cobs v0.3.0
2026-06-17T00:52:48.5155365Z    Compiling derive_builder_macro v0.20.2
2026-06-17T00:52:48.5900989Z    Compiling ed25519-dalek v2.2.0
2026-06-17T00:52:48.7020650Z    Compiling postcard-derive v0.2.2
2026-06-17T00:52:48.8471216Z    Compiling icu_provider v2.2.0
2026-06-17T00:52:48.9621951Z    Compiling derive_builder v0.20.2
2026-06-17T00:52:49.0460494Z    Compiling spki v0.8.0-rc.4
2026-06-17T00:52:49.1980142Z    Compiling icu_normalizer v2.2.0
2026-06-17T00:52:49.2416190Z    Compiling icu_properties v2.2.0
2026-06-17T00:52:49.2620740Z    Compiling ipnet v2.12.0
2026-06-17T00:52:49.2778130Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T00:52:49.3145192Z    Compiling futures-executor v0.3.32
2026-06-17T00:52:49.4514419Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T00:52:49.6428004Z    Compiling pin-project v1.1.13
2026-06-17T00:52:49.6668039Z    Compiling prefix-trie v0.8.4
2026-06-17T00:52:49.6800800Z    Compiling futures v0.3.32
2026-06-17T00:52:49.7588636Z    Compiling spt-proto v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T00:52:49.8807917Z    Compiling once_cell v1.21.4
2026-06-17T00:52:50.0110954Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T00:52:50.1428201Z    Compiling tracing-core v0.1.36
2026-06-17T00:52:50.1860688Z    Compiling rustls-native-certs v0.8.4
2026-06-17T00:52:50.3626646Z    Compiling hashbrown v0.14.5
2026-06-17T00:52:50.4309263Z    Compiling data-encoding-macro v0.1.20
2026-06-17T00:52:50.4457052Z    Compiling tokio-util v0.7.18
2026-06-17T00:52:50.5005903Z    Compiling netlink-sys v0.8.8
2026-06-17T00:52:50.5069145Z    Compiling postcard v1.1.3
2026-06-17T00:52:50.6199523Z    Compiling idna_adapter v1.2.2
2026-06-17T00:52:50.6920576Z    Compiling tracing v0.1.44
2026-06-17T00:52:50.7219800Z    Compiling idna v1.1.0
2026-06-17T00:52:50.7940916Z    Compiling tower v0.5.3
2026-06-17T00:52:50.8590902Z    Compiling strum_macros v0.28.0
2026-06-17T00:52:51.0372207Z    Compiling enum-assoc v1.3.0
2026-06-17T00:52:51.0443438Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T00:52:51.0741279Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T00:52:51.1260969Z    Compiling url v2.5.8
2026-06-17T00:52:51.1480532Z    Compiling hashlink v0.9.1
2026-06-17T00:52:51.1736065Z    Compiling derive_more v2.1.1
2026-06-17T00:52:51.2679420Z    Compiling async-trait v0.1.89
2026-06-17T00:52:51.3515172Z    Compiling num_enum_derive v0.7.6
2026-06-17T00:52:51.4231765Z    Compiling h2 v0.4.14
2026-06-17T00:52:51.5392706Z    Compiling rusqlite v0.32.1
2026-06-17T00:52:51.5943508Z    Compiling tokio-stream v0.1.18
2026-06-17T00:52:51.6070977Z    Compiling iroh-metrics v0.38.3
2026-06-17T00:52:51.6198319Z    Compiling n0-watcher v0.6.1
2026-06-17T00:52:51.7270852Z    Compiling iroh-relay v0.98.0
2026-06-17T00:52:51.8840601Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T00:52:51.9140181Z    Compiling tower-http v0.6.11
2026-06-17T00:52:52.0356310Z    Compiling iroh-base v0.98.0
2026-06-17T00:52:52.0453397Z    Compiling attohttpc v0.30.1
2026-06-17T00:52:52.0530663Z    Compiling netlink-proto v0.12.0
2026-06-17T00:52:52.2450258Z    Compiling netdev v0.42.0
2026-06-17T00:52:52.2690830Z    Compiling moka v0.12.15
2026-06-17T00:52:52.4047426Z    Compiling toml_datetime v0.6.11
2026-06-17T00:52:52.4240586Z    Compiling serde_spanned v0.6.9
2026-06-17T00:52:52.4510319Z    Compiling ref-cast-impl v1.0.25
2026-06-17T00:52:52.5628305Z    Compiling thiserror-impl v1.0.69
2026-06-17T00:52:52.5700608Z    Compiling num_enum v0.7.6
2026-06-17T00:52:52.6670839Z    Compiling toml_edit v0.22.27
2026-06-17T00:52:52.7765217Z    Compiling spt-store v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T00:52:52.9850140Z    Compiling webpki-roots v1.0.7
2026-06-17T00:52:53.0840259Z    Compiling regex-automata v0.4.14
2026-06-17T00:52:53.1131874Z    Compiling schemars_derive v1.2.1
2026-06-17T00:52:53.2966376Z    Compiling iroh v0.98.2
2026-06-17T00:52:53.5030845Z    Compiling pin-utils v0.1.0
2026-06-17T00:52:53.5136818Z    Compiling cmov v0.5.4
2026-06-17T00:52:53.5631179Z    Compiling dyn-clone v1.0.20
2026-06-17T00:52:53.5906646Z    Compiling bitflags v1.3.2
2026-06-17T00:52:53.6451102Z    Compiling strum v0.28.0
2026-06-17T00:52:53.6610648Z    Compiling utf8parse v0.2.2
2026-06-17T00:52:53.7130762Z    Compiling rustix v0.38.44
2026-06-17T00:52:53.7444156Z    Compiling iroh-dns v0.98.0
2026-06-17T00:52:53.7620696Z    Compiling ctutils v0.4.2
2026-06-17T00:52:53.7690622Z    Compiling anstyle-parse v1.0.0
2026-06-17T00:52:53.8221542Z    Compiling nix v0.25.1
2026-06-17T00:52:53.9504240Z    Compiling backon v1.6.0
2026-06-17T00:52:53.9720725Z    Compiling darling_macro v0.23.0
2026-06-17T00:52:54.0252867Z    Compiling hkdf v0.12.4
2026-06-17T00:52:54.1712814Z    Compiling papaya v0.2.4
2026-06-17T00:52:54.1989944Z    Compiling filedescriptor v0.8.3
2026-06-17T00:52:54.2896026Z    Compiling serial v0.4.0
2026-06-17T00:52:54.3510557Z    Compiling anstyle v1.0.14
2026-06-17T00:52:54.3572910Z    Compiling anstyle-query v1.1.5
2026-06-17T00:52:54.3810567Z    Compiling shell-words v1.1.1
2026-06-17T00:52:54.4351160Z    Compiling instability v0.3.12
2026-06-17T00:52:54.4460941Z    Compiling downcast-rs v1.2.1
2026-06-17T00:52:54.5420549Z    Compiling colorchoice v1.0.5
2026-06-17T00:52:54.5641519Z    Compiling foldhash v0.1.5
2026-06-17T00:52:54.6161942Z    Compiling linux-raw-sys v0.4.15
2026-06-17T00:52:54.6267373Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T00:52:54.6394089Z    Compiling signal-hook-mio v0.2.5
2026-06-17T00:52:54.6587475Z    Compiling darling v0.23.0
2026-06-17T00:52:54.6720662Z    Compiling spake2 v0.4.0
2026-06-17T00:52:54.6980878Z    Compiling hashbrown v0.15.5
2026-06-17T00:52:54.7080674Z    Compiling anstream v1.0.0
2026-06-17T00:52:54.7341467Z    Compiling terminal_size v0.4.4
2026-06-17T00:52:54.7591031Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T00:52:54.7674183Z    Compiling strum_macros v0.26.4
2026-06-17T00:52:54.8904808Z    Compiling itertools v0.13.0
2026-06-17T00:52:55.0633049Z    Compiling sha1 v0.10.6
2026-06-17T00:52:55.1050553Z    Compiling castaway v0.2.4
2026-06-17T00:52:55.2310976Z    Compiling schemars v1.2.1
2026-06-17T00:52:55.2500443Z    Compiling static_assertions v1.1.0
2026-06-17T00:52:55.3096762Z    Compiling toml v0.8.23
2026-06-17T00:52:55.3750814Z    Compiling clap_lex v1.1.0
2026-06-17T00:52:55.4740132Z    Compiling indoc v2.0.7
2026-06-17T00:52:55.7341223Z    Compiling spt-msg v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T00:52:56.0515250Z    Compiling regex v1.12.3
2026-06-17T00:52:56.2633856Z    Compiling unicode-width v0.1.14
2026-06-17T00:52:56.3230602Z    Compiling doctest-file v1.1.1
2026-06-17T00:52:56.5760446Z    Compiling spt-runtime v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T00:52:56.7250717Z    Compiling crossterm v0.28.1
2026-06-17T00:52:56.8877780Z    Compiling hyper v1.10.1
2026-06-17T00:52:57.0266056Z    Compiling interprocess v2.4.2
2026-06-17T00:52:57.2086998Z    Compiling strum v0.26.3
2026-06-17T00:52:57.3187202Z    Compiling unicode-truncate v1.1.0
2026-06-17T00:52:57.3270812Z    Compiling clap_builder v4.6.0
2026-06-17T00:52:57.5210915Z    Compiling lru v0.12.5
2026-06-17T00:52:57.7230617Z    Compiling compact_str v0.8.2
2026-06-17T00:52:57.7418934Z    Compiling clap_derive v4.6.1
2026-06-17T00:52:57.8313678Z    Compiling iana-time-zone v0.1.65
2026-06-17T00:52:57.9250788Z    Compiling portable-pty v0.8.1
2026-06-17T00:52:58.0151129Z    Compiling cassowary v0.3.0
2026-06-17T00:52:58.1547892Z    Compiling unicode-width v0.2.0
2026-06-17T00:52:58.3781235Z    Compiling spt-term v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T00:52:58.4359387Z    Compiling ratatui v0.29.0
2026-06-17T00:52:58.5270077Z    Compiling chrono v0.4.45
2026-06-17T00:52:58.6047708Z    Compiling hyper-util v0.1.20
2026-06-17T00:52:58.8610424Z    Compiling nucleo-matcher v0.3.1
2026-06-17T00:52:59.0030971Z    Compiling qrcode v0.14.1
2026-06-17T00:52:59.0580887Z    Compiling tempfile v3.27.0
2026-06-17T00:52:59.4430230Z    Compiling spt-live v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-17T00:53:00.1910609Z    Compiling clap v4.6.1
2026-06-17T00:53:00.4546022Z    Compiling igd-next v0.17.1
2026-06-17T00:53:01.5631211Z    Compiling portmapper v0.16.0
2026-06-17T00:53:06.9241193Z    Compiling rustls-webpki v0.103.13
2026-06-17T00:53:09.2528821Z    Compiling tokio-rustls v0.26.4
2026-06-17T00:53:09.2532105Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T00:53:09.2532466Z    Compiling noq-proto v0.17.0
2026-06-17T00:53:09.3863541Z    Compiling hyper-rustls v0.27.9
2026-06-17T00:53:09.3864184Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T00:53:09.3864699Z    Compiling tokio-websockets v0.13.2
2026-06-17T00:53:09.5072613Z    Compiling reqwest v0.13.4
2026-06-17T00:53:10.4826579Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T00:53:24.2011901Z    Compiling spt-net v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T00:53:25.5716624Z    Compiling spt-daemon v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T00:53:32.2775982Z    Compiling spt v0.8.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-17T00:53:35.7821128Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-17T00:53:35.8041140Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a11e9572300eaa76)
2026-06-17T00:53:35.8054639Z 
2026-06-17T00:53:35.8055082Z running 1 test
2026-06-17T00:53:41.8914575Z test new_brain_serves_against_old_broker ... ok
2026-06-17T00:53:41.8916168Z 
2026-06-17T00:53:41.8916998Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-17T00:53:41.8917419Z 
2026-06-17T00:53:41.9128631Z Post job cleanup.
2026-06-17T00:53:41.9778697Z [command]/usr/bin/git version
2026-06-17T00:53:41.9809682Z git version 2.43.0
2026-06-17T00:53:41.9872914Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e3751855-958a-465e-9fe3-2445726c5476' before making global git config changes
2026-06-17T00:53:41.9873601Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T00:53:41.9876140Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T00:53:41.9904581Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T00:53:41.9928725Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T00:53:42.0111472Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T00:53:42.0129100Z http.https://github.com/.extraheader
2026-06-17T00:53:42.0135538Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-17T00:53:42.0158853Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T00:53:42.0346460Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T00:53:42.0369121Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T00:53:42.0727799Z Cleaning up orphan processes
2026-06-17T00:53:42.1249273Z Terminate orphan process: pid (1009266) (spt)
